Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/anew/test taxi driver info #110

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

Yoojin-An
Copy link
Contributor

해결하려는 문제가 무엇인가요?

  • 택시 드라이버 정보에 대한 테스트 코드 작성

어떻게 해결했나요?

  • 택시 드라이버 정보 등록
  • 성공
  • 실패: 이미 존재하는 driverLiscenseId를 가진 새로운 택시 드라이버 등록 시
  • 택시 드라이버 상태 조회(상태 뿐만이 아니라 전체 정보 반환)
  • 성공
  • 실패: 존재하지 않는 id로 택시 드라이버 상태 조회 시
  • 택시 드라이버 상태 변경
  • 성공
  • 실패: 존재하지 않는 상태값으로 드라이버 상태 변경 시

Attachment

- 전체 정보 등록
- 상태 조회(나머지 정보 함께 반환)
- 상태 변경
@github-actions
Copy link

github-actions bot commented Oct 28, 2023

Test Results

53 tests   47 ✔️  18s ⏱️
11 suites    2 💤
11 files      4

For more details on these failures, see this check.

Results for commit 1300a9a.

♻️ This comment has been updated with latest results.

@Yoojin-An Yoojin-An closed this Oct 29, 2023
@Yoojin-An Yoojin-An reopened this Oct 29, 2023
 new file:   src/main/kotlin/com/hh2/katj/taxi/component/TaxiReader.kt
        modified:   src/main/kotlin/com/hh2/katj/taxi/controller/TaxiController.kt
        new file:   src/main/kotlin/com/hh2/katj/taxi/model/dto/response/FindTaxiResponse.kt
        modified:   src/main/kotlin/com/hh2/katj/taxi/service/TaxiService.kt
        modified:   src/main/kotlin/com/hh2/katj/taxidriver/component/TaxiDriverReader.kt
        modified:   src/main/kotlin/com/hh2/katj/taxidriver/controller/TaxiDriverController.kt
        modified:   src/main/kotlin/com/hh2/katj/trip/service/CallingService.kt
        new file:   src/main/kotlin/com/hh2/katj/util/config/RetryConfig.kt
        new file:   src/test/kotlin/com/hh2/katj/taxi/TaxiAcceptanceTest.kt
        new file:   src/test/kotlin/com/hh2/katj/taxi/fixtures/TaxiTestFixtures.kt
        renamed:    src/test/kotlin/com/hh2/katj/taxidriver/fixtures/TaxiDriverFixtures.kt -> src/test/kotlin/com/hh2/katj/taxidriver/fixtures/TaxiDriverTestFixtures.kt
        modified:   src/test/kotlin/com/hh2/katj/trip/service/BillingServiceTest.kt
        modified:   src/test/kotlin/com/hh2/katj/trip/service/CallingServiceTest.kt
- com.hh2.katj.taxidriver.fixtures.TaxiDriverFixtures.Companion.드라이버_생성 -> com.hh2.katj.taxidriver.fixtures.TaxiDriverTestFixtures.Companion.드라이버_생성
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant